From b4ca251f57f9ffa7a99a74d0787fb985080075fa Mon Sep 17 00:00:00 2001 From: robertl Date: Sat, 1 Jul 2006 19:54:41 +0000 Subject: [PATCH] Make this horror a tad easier to build. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2184 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/mkicondoc.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/gpsbabel/mkicondoc.c b/gpsbabel/mkicondoc.c index c099dc5db..ac4d30b8f 100644 --- a/gpsbabel/mkicondoc.c +++ b/gpsbabel/mkicondoc.c @@ -1,6 +1,12 @@ #include #include -#include "garmin_tables.h" +#include "fatal.c" +#include "util.c" +#include "cet.c" +#define VERSION "1" +#include "globals.c" + + tbl_ent(int n, ...) { @@ -24,6 +30,7 @@ printf("\n"); } +#include "garmin_tables.c" sort_garmin(const void *a, const void *b) { const icon_mapping_t *ap = a; -- 2.30.2